From: Jim Blandy Date: Sun, 23 May 1993 19:52:07 +0000 (+0000) Subject: * keyboard.c (make_lispy_movement): Deal properly with mouse X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96080 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f76b81d67b65fc08d952ee1df098489b6516ceb6;p=emacs.git * keyboard.c (make_lispy_movement): Deal properly with mouse motion outside of all windows. --- diff --git a/src/keyboard.c b/src/keyboard.c index 8ccc6513985..327713942fb 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -2354,6 +2354,8 @@ make_lispy_movement (frame, bar_window, part, x, y, time) { window = Qnil; posn = Qnil; + XFASTINT (x) = 0; + XFASTINT (y) = 0; } return Fcons (Qmouse_movement,